public enum RGroupMatching extends java.lang.Enum<RGroupMatching>
Enum Constant and Description |
---|
Exhaustive |
Greedy |
GreedyChunks |
Modifier and Type | Method and Description |
---|---|
static RGroupMatching |
swigToEnum(int swigValue) |
int |
swigValue() |
static RGroupMatching |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RGroupMatching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGroupMatching Greedy
public static final RGroupMatching GreedyChunks
public static final RGroupMatching Exhaustive
public static RGroupMatching[] values()
for (RGroupMatching c : RGroupMatching.values()) System.out.println(c);
public static RGroupMatching valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static RGroupMatching swigToEnum(int swigValue)